home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / hprpldev.tar / readme < prev    next >
Text File  |  1991-07-12  |  3KB  |  79 lines

  1. Important:
  2.  
  3. Limitation of Liability
  4.  
  5. This software is provided "as is" to HP 48SX software developers and is
  6. subject to change without notice.  Hewlett-Packard Company makes no
  7. warranty of any kind with regard to this software, including, but not
  8. limited to the implied warranties of merchantability and fitness for a
  9. particular purpose.  Hewlett-Packard Co.  shall not be liable for any
  10. errors or for incidental or consequential damages in connection with the
  11. furnishing, performance, or use of this software.  The limit of
  12. Hewlett-Packard Companies liability is not to exceed $50.00 per
  13. incidence.
  14.  
  15. Copyright
  16.  
  17. This software is "Copyright (C) Hewlett-Packard Co.  1991.  All rights
  18. reserved." Redistribution without charge or for a media fee is permitted
  19. provided this file is retained with the programs.
  20.  
  21. Export Clause:
  22.  
  23. Developer agrees not to export or re-export the software or any copy or
  24. adaptation in violation of the U.S. Export Administration regulations or
  25. other applicable regulations.
  26.  
  27. Nuclear and Aviation Applications
  28.  
  29. Software provided on this BBS is not specifically designed.
  30. manufactured or intended for sale for the planning, maintenance,
  31. operation or use of any nuclear facility nor for the flight, navigation
  32. or communication of aircraft or ground support equipment.  Developer on
  33. behalf of itself, its customers, and any direct or indirect end-user
  34. using this software for any such application agrees that HP is not
  35. liable, in whole or in part, for any claims or damages arising from such
  36. use.  If Developer, its customer, or any direct or indirect end-user
  37. uses this software for any such application, Developer shall indemnify
  38. and hold HP harmless from all claims for loss, cost, damage, expense, or
  39. liability arising out of or in connection with such use.  Test equipment
  40. used in a static application which is not attached to or utilized in the
  41. flight of an aircraft is not subject to this paragraph.
  42.  
  43.  
  44. -----------------------------------------------------------------------
  45.  
  46.  
  47.                        HP 48 Software Development Tools
  48.  
  49. The document RPLMAN.DOC in the root directory of this disk describes
  50. the portions of the HP 48 operating system that have been documented
  51. thus far.  The tools and their related documentation are in the three
  52. subdirectories:
  53.  
  54. TOOLS
  55.  
  56.    RPLCOMP.EXE    The RPL compiler
  57.    SASM.EXE       The Saturn assembler
  58.    SASM.OPC       The Saturn opcode file
  59.    SLOAD.EXE      The Saturn loader
  60.    USRLIB.EXE     The HP 48 library builder
  61.    ENTRIES.A      The HP 48 entry point list
  62.    ENTRIES.O      The HP 48 entry point list
  63.    KEYDEFS.H      The HP 48 key definitions
  64.  
  65.  
  66. DOCS
  67.  
  68.    RPLCOMP.DOC    The RPL compiler manual
  69.    SASM.DOC       The Saturn assembler manual
  70.    SLOAD.DOC      The Saturn loader manual
  71.    USRLIB.DOC     The HP 48 library builder manual
  72.  
  73.  
  74. EXAMPLES
  75.  
  76.    SCROLL.S       Scrolling example source code
  77.    SCROLL.M       Scrolling example loader control file
  78.  
  79.